tests/commit-sign: Update a bit to more modern style
authorColin Walters <walters@verbum.org>
Wed, 27 Sep 2017 00:51:24 +0000 (20:51 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Wed, 27 Sep 2017 19:04:11 +0000 (19:04 +0000)
commit33141404150ec0166fb72e8f50c461194aec52f4
tree7385e35fb5c53dd64f70c47992fbcbebc8367cbd
parentd319e7598271ed07c04048f2e7bcf711622a7f7e
tests/commit-sign: Update a bit to more modern style

I was trying to debug this while working on another PR. Add `echo ok` lines and
also use `assert_file_has_content` more directly; there's no reason to use an
intermediate `grep` since if it fails it won't print the original file.

Closes: #1220
Approved by: jlebon
tests/test-commit-sign.sh